Auto merge of #1625 - alexcrichton:ignore-dotfile, r=brson
authorbors <bors@rust-lang.org>
Tue, 19 May 2015 01:03:03 +0000 (01:03 +0000)
committerbors <bors@rust-lang.org>
Tue, 19 May 2015 01:03:03 +0000 (01:03 +0000)
Whenever Cargo infers various targets for a project it currently picks up all
files in associated folders, but dotfiles are a common example of files which
editors generate which Cargo should not pick up, so this commit ignores all
dotfiles in the folders that it is looking at.

Closes #1615

1  2 
src/cargo/util/toml.rs
tests/test_cargo_compile.rs

Simple merge
Simple merge